home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / editor / jorj9606.zip / JORJPAK.EXE / ALPHA.DOC next >
Text File  |  1996-03-17  |  3KB  |  50 lines

  1.  
  2.                    *    Jorj Dictionary Alpha Edition    *
  3.      -----------------------------------------------------------------  
  4.      Jorj Software Co.                              (c) Copyright 1995
  5.      -----------------------------------------------------------------  
  6.  
  7.      COMMAND LINE SYNTAX WHEN INVOKING JORJ.
  8.        The command at the DOS prompt is:
  9.            jorj [path] [c] [/[key]] [h]    (either upper or lower case)
  10.              
  11.       The program can be invoked with any of the options shown in the
  12.       square brackets. They are separated by spaces except for `key'
  13.       which, if used, follows immediately after the slash (/).
  14.  
  15.     Path: The default DIRECTORY for the database file is \JORJ.
  16.           If invoked without this flag, then the program will look for
  17.           the database file `JORJ.DAT' in the directory \JORJ. Therefore
  18.           if jorj.dat is located in D:\TOM\stuff, then the call would be:
  19.           JORJ D:\TOM\stuff.  If the database file is stored in \JORJ of
  20.           the current drive then PATH is not needed.
  21.  
  22.  
  23.   C-Flag: The default value for screen color is BLUE. This may be changed
  24.           with the C-flag.  The valid alternative colors are as follows:
  25.           B (Black) T (Tan) R (Red) and M (Monochrome).  In the example
  26.           above, the screen would be blue.  To change this to TAN, the
  27.           call would be: JORJ D:\TOM\stuff t
  28.  
  29.  
  30.    /Key: The program is made memory-resident by adding the / (slash) flag
  31.          when invoking JORJ.  This flag may be followed by two or more
  32.          characters to define the key combination to use as a HotKey. 
  33.          The slash alone will use the default HotKey as will any invalid
  34.          HotKey combination request.  The default HotKey is the LeftShift
  35.          and Control key combination.  Therefore the command: JORJ / is
  36.          the same as jorj /CL.  The special key characters that may follow
  37.          the slash are: C A R L and I. These have the following meanings:
  38.          C=<CNTRL> A=<ALT> R=<RightShift> L=<LeftShift> I=<Insert>. 
  39.  
  40.          Restating the above example, if we used the command:
  41.          "JORJ D:\TOM\stuff t /", the result would be the same but the
  42.          program would be made memory-resident and would be called up with
  43.          the default HotKey.  To change the above example to use HotKey
  44.          <ALT><RightShift>, the call would be: JORJ D:\TOM\STUFF T /AR
  45.          At least 2 of the 5 available keys are needed for a HotKey.
  46.  
  47.   H-Flag: Locate the display window high on the screen. Default is low.
  48.  
  49.        Additional information is contained in file: "NOTES.TXT".
  50.